home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000318_news@newsmaster….columbia.edu _Mon Sep 8 13:12:39 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA07569
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 8 Sep 1997 13:12:38 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA10910
  7.     for kermit.misc@watsun; Mon, 8 Sep 1997 13:12:37 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!nntprelay.mathworks.com!cam-news-hub1.bbnplanet.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!newsxfer3.itd.umich.edu!oleane!calvacom!not-for-mail
  9. From: do11@calva.net (Dominique Ottello)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Possibility to write Minput command in separate lines in MSK315
  12. Date: Mon, 08 Sep 1997 15:28:28 GMT
  13. Organization: PCatHome&Me
  14. Lines: 22
  15. Message-ID: <34136556.3481737@news.calvacom.fr>
  16. Reply-To: do11@calva.net
  17. NNTP-Posting-Host: parb25.calvacom.fr
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=us-ascii
  20. Content-Transfer-Encoding: 7bit
  21. X-Newsreader: Forte Agent 1.5/32.451
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:7641
  23.  
  24. Is there any possibility to write Minput commands in more than one line in
  25. order to improve legibility and printing ?
  26.  
  27. For example, this minput line (word wrapped by Agent) is not very well
  28. readable 
  29.  
  30. minput \%d {   CHAPTER-} {SAME CHAPTER} {E N D   O F   U U T   T E S T} {M
  31. A J O R    F A I L U R E} {T E S T   A B O R T E D}
  32.  
  33. It will be better if we can write it in separate lines :
  34.  
  35. minput \%d {
  36.   {   CHAPTER-}
  37.   {SAME CHAPTER}
  38.   {E N D   O F   U U T   T E S T}
  39.   {M A J O R    F A I L U R E}
  40.   {T E S T   A B O R T E D}
  41.  }
  42.  
  43. Comments please.
  44.  
  45. == Dominique Ottello == do11@calva.net == Paris == France ==